GtkPopover: Don't resize during the transition
authorTimm Bäder <mail@baedert.org>
Tue, 22 Sep 2015 18:27:51 +0000 (20:27 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 29 Sep 2015 13:28:55 +0000 (15:28 +0200)
commit8a6b72063281e1732ac09d744b5eb344df94a7d2
tree10dcf16265f07e207108180008cd5a157cbe3f21
parentb92213e49d898f3528d44452634dc14c93230e98
GtkPopover: Don't resize during the transition

Call gtk_popover_update_position instead which will pick up the new
transition_diff value and pass it on to
_gtk_window_set_popover_position, which in turn will move the window
correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=755435
gtk/gtkpopover.c